home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_09 / 1109068b < prev    next >
Encoding:
Text File  |  1995-11-01  |  419 b   |  19 lines

  1.  
  2. // FILE : helpdemo.h
  3. // -----------------------------------------------------
  4. #define STRICT
  5.  
  6. #include <windows.h>
  7. #include <stdio.h>
  8.  
  9. #define GEN_EXIT        100
  10. #define HELP_TOPICS        300
  11. #define HELP_MERCURY    400
  12. #define HELP_VENUS        500
  13. #define HELP_EARTH        600
  14. #define HELP_MARS        700
  15.  
  16.         /* declare prototypes here  */
  17. long FAR PASCAL _export DemoProc(HWND, WORD,
  18.       WORD, LONG);
  19. void dopaint(HWND hWnd);